﻿@charset "utf-8";
/* CSS Document */
body{margin:0;padding:0;font-size:14px;line-height:22px;font-family:Microsoft YaHei,黑体,Verdana,Arial,sans-serif;-webkit-text-size-adjust:none;color:#333;}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,p{margin:0;padding:0;}
img{border:0;vertical-align:bottom;}
ul,li{list-style-type:none;}
a{color:#333;text-decoration:none;transition:all 0.3s;}
input:focus,select:focus,option:focus,textarea:focus{ outline:none;}
textarea,input[type=date],input[type=number]{ resize:none; border: none;}
button:hover,input[class*=b]:hover{ cursor:pointer;}
i,u{font-style: normal;font-weight: normal;}
.tl{text-align:left;}.tc{text-align:center;}.tr{text-align:right;}
.fl{float:left;}.fr{float:right;}.cl{clear:both;}.fb{font-weight:bold;}
.f12{font-size:12px;}
.f16{font-size:16px;}
.f18{font-size:18px;}
.f20{font-size:20px;}
.f26{font-size:26px;}
.rel{position:relative;}
.min_w{min-width:1200px;}
.container{width:1200px;margin:0 auto;}

/*header*/
.top_bor{height:110px;border-top:#144fa6 solid 3px;border-bottom:#ddd solid 1px;}
.search_bor{border:#ddd solid 1px;margin:35px 0 35px 20px;border-radius:20px;overflow:hidden;}
.top_tel{margin-top:30px;color:#999;background:url(../images/tel.png) no-repeat left center;padding-left:50px;line-height:25px;}
.top_tel span{font-family:impact;font-size:24px;color:#333;}
.search_inp{width:220px;padding:0 20px;height:40px;line-height:40px;border:none;}
.search_btn{width:60px;height:40px;line-height:40px;background:#144fa6 url(../images/search.png) no-repeat center center;border:none;}

.nav_list li{width:150px;line-height:50px;float:left;}
.nav_list li a{display:block;}
.nav_list li a:hover{background:#eee;}


/* banner */
.banner{width:100%;height:600px;overflow:hidden;position:relative;margin-bottom:50px;}
.b-img{ height:600px;  position:absolute; left:0; top:0;}
.b-img a{ display:block; height:600px; float:left;}
.b-list{ height:50px;position:relative; margin:560px auto 0;z-index:1;}
.b-list span{ display:block;cursor:pointer; width:8px; height:8px; border-radius:4px; float:left; margin:0 5px; _margin:0 3px;background:#fff;}
.b-list .spcss{width:50px;}

/*index*/
.pro_tit{height:70px;line-height:70px;text-transform:uppercase;position:relative;}
.pro_tit:before{content:"";position:absolute;left:0;top:0;width:50px;height:3px;background:#144fa6;animation:line 1s linear;}
.pro_tit span{padding-right:10px;}
.pro_type>li{display:inline-block;padding-right:20px;}
.pro_type>li a{display:block;color:#999;}
.pro_type>li a:hover{color:#144fa6;}
.pro_more{padding-top:20px;line-height:30px;}
.pro_more img{transition:all .5s linear;}
.pro_more:hover img{transform:rotate(360deg);}
.pro_list{padding:30px 0;margin-left:-24px;}
.pro_list li{width:280px;border:#ddd solid 1px;line-height:50px;margin-left:24px;margin-bottom:24px;float:left;}
.pro_list li a{display:block;background:#eee;}
.pro_list li a:hover{background:#144fa6;color:#fff;}
.pro_list_pic{width:280px;height:200px;overflow:hidden;}
.pro_list_pic img{transition:all 1s linear;}
.pro_list li:hover .pro_list_pic img{transform:scale(1.1);}

@keyframes line{
	from{width:200px;}
	to{width:50px}
}

.about_bg{min-height:460px;background:url(../images/about_bg.jpg) no-repeat center top;}
.about_tit{height:120px;line-height:120px;color:#fff;font-size:26px;z-index:3;}
.about_letter{position:absolute;left:0;top:40px;width:100%;font-size:120px;line-height:120px;color:rgba(255,255,255,.2);z-index:1;}
.about_box{height:380px;background:#fff;box-shadow:0 0 15px #ddd;position:relative;z-index:3;}
.about_con{padding:40px;width:800px;line-height:38px;}
.about_more{position:absolute;right:220px;bottom:30px;width:180px;height:40px;line-height:40px;background:#eee;color:#333;}
.about_more:hover{background:#144fa6;color:#fff;}


.case_list li{width:600px;float:left;position:relative;overflow:hidden;}
.case_list_con{position:absolute;left:0;top:0;width:100%;height:100%;line-height:40px;padding:100px 20px;box-sizing:border-box;color:#666;text-transform:uppercase;}
.case_list_more{display:block;width:180px;height:40px;line-height:40px;border:#144fa6 solid 1px;border-radius:20px;margin:30px auto;}
.case_list li:hover .case_list_more{background:#144fa6;color:#fff;}
.case_list_tit{position:absolute;left:0;bottom:0;width:100%;height:60px;line-height:60px;background:rgba(0,0,0,.7) url(../images/line01.png) no-repeat 460px center;padding:0 20px;box-sizing:border-box;color:#fff;transition:all .5s linear;transform:translateY(60px);}
.case_list li:hover .case_list_tit{transform:translateY(0px);}

.case_list02 li{width:300px;float:left;position:relative;overflow:hidden;}
.case_list02 li:hover .case_list_tit{transform:translateY(0px);}


.adv_bg{height:190px;padding-top:50px;box-sizing:border-box;background:url(../images/adv_bg.jpg) no-repeat center top;color:#fff;}
.adv_tel{line-height:40px;padding:10px 0;font-size:26px;color:#fff;}
.adv_tel span{font-family:impact;padding-right:10px;}

.news_bg{height:640px;padding:50px 0;box-sizing:border-box;background:url(../images/news_bg.jpg) no-repeat center top;}
.news_list{margin-left:-40px;padding:30px 0;}
.news_list li{width:590px;height:130px;box-sizing:border-box;padding:15px 30px;border:#fff solid 1px;background:#fff;margin-left:20px;margin-bottom:20px;transition:all .8s linear;float:left;}
.news_list li:hover{border:#144fa6 solid 1px;}
.news_list li a{display:block;color:#666;line-height:30px;}
.news_list li h3{color:#000;font-size:18px;line-height:40px;}
.news_list li:hover h3{color:#144fa6;}
.news_list_text{height:60px;overflow:hidden;}

.honor_bg{height:386px;padding:50px 0;box-sizing:border-box;background:url(../images/honor_bg.jpg) no-repeat center top;}
.honor_tit{height:70px;line-height:70px;text-transform:uppercase;position:relative;color:#fff;}
.honor_tit:before{content:"";position:absolute;left:0;top:0;width:50px;height:3px;background:#fff;animation:line 1s linear;}
.honor_tit span{padding-right:10px;}
.honor_scroll{width:1200px;position:relative;padding-top:30px;}
.honor_scroll .hd .prev,.honor_scroll .hd .next{position:absolute;top:95px;cursor:pointer;}
.honor_scroll .hd .prev{left:-40px}
.honor_scroll .hd .next{right:-40px}
.honor_scroll .bd ul{overflow:hidden;zoom:1;}
.honor_scroll .bd ul li{ margin:0 6px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.honor_scroll .bd ul li img{border:#144fa6 solid 2px;}

/*footer*/
.bot_bg{padding:20px 0;background:#222;color:#aaa;}
.bot_left{width:820px;}
.bot_right{width:260px;padding:20px 0;}
.bot_nav{padding:20px 0;border-bottom:#333 solid 1px;color:#aaa;}
.bot_nav a{display:inline-block;padding:0 20px;color:#aaa;}
.bot_nav a:hover{color:#fff}
.copyright{padding-top:20px;line-height:40px;}
.ewm_bor{border:#aaa solid 2px;border-radius:10px;margin-top:20px;}
.ewm_bor li{width:50%;padding:15px 0;line-height:20px;box-sizing:border-box;float:left;}
.ewm_pic{border-right:#eee solid 2px;}
.ewm_text{padding-top:10px;}

/*main*/
.main_tit{height:70px;line-height:60px;font-size:26px;border-bottom:#ddd solid 1px;position:relative;}
.main_tit:after{content:"";position:absolute;left:50%;bottom:0;margin-left:-40px;width:80px;height:2px;background:#144fa6;}
.type_list{padding:50px 0;}
.type_list a{display:inline-block;line-height:40px;margin:0 5px;padding:0 10px;min-width:80px;}
.type_list a:hover{background:#144fa6;color:#fff;}
.type_list .on{background:#144fa6;color:#fff;}

.main_honor li{width:280px;margin:0 10px 20px;float:left;}
.main_honor li a{display:block;background:#eee;line-height:50px;border:transparent solid 2px;}
.main_honor li a:hover{display:block;background:#144fa6;color:#fff;border:#144fa6 solid 2px;}

.main_news li{padding:20px;border:#eee solid 1px;box-shadow:0 0 10px #eee;margin-bottom:30px;}
.main_news li a{display:block;}
.main_news_con{/*width:960px;*/width:100%;line-height:30px;color:#666;}
.main_news_con h3{line-height:50px;color:#333;font-size:18px;}
.main_news li:hover{box-shadow:0 0 10px #6c91c7;border:#144fa6 solid 1px;transition:all .5s linear;}
.main_news li:hover .main_news_con h3{color:#144fa6;}

.main_page{margin:50px 0;}
.main_page a{display:inline-block;margin:0 5px;border:#ddd solid 1px;padding:0 15px;height:30px;line-height:30px;}
.main_page a:hover{background:#144fa6;color:#fff;border:#144fa6 solid 1px;}

.main_con{min-height:300px;line-height:40px;padding-top:30px;}



.mar50{margin-bottom:50px;}
.grey9{color:#999;}
.grey6{color:#666;}
